home *** CD-ROM | disk | FTP | other *** search
- on walrusTalk soundFile
- puppetSound(soundFile)
- updateStage()
- repeat while soundBusy(1)
- set temp to random(4)
- set walrusHead to the number of cast ("walrus" & temp)
- set the castNum of sprite 10 to walrusHead
- updateStage()
- wait(6)
- end repeat
- puppetSound(0)
- updateStage()
- end
-